101 &About Stat... 102 table : %s\n 104 Stat : Processing ... 105 Error while creating file : '%s' 106 Error N° %d while opening file : '%s' 107 Impossible to open : %s ! 108 File '%s' allready exist !\nDo you want to erase it ? 109 Field N° %d is invalid !\nField number must be between 1 and %d 110 Impossible to create index :\n%s 111 Error : function '%s' is not valide for this file ! 112 Output file for Stat.txt 113 %s\n 115 Please enter database file name ! 116 Please enter output file name ! 117 Please enter a function ! 118 Indexing of : %s 119 Do you really want to stop ? 120 Record : %ld 121 \n\nTotal quantity :%c%ld\n\n 122 %ld records done in file :\n%s\n\nTime used : %.2f s\n 123 %ld%c%s%c%ld\n 124 \n\n\n\n\nStatistics for file : %s\n 125 for function : %s\n\n 126 \n\nNumber%cFunction%cQuantity\n\n 127 Batch files (*.txt)|*.txt|All (*.*)|*.*|| 128 Stat files (*.sta)|*.sta|| 129 Dbase files (*.dbf)|*.dbf|Access files (*.mdb)|*.mdb|| 130 Error : no table name !\nThe name of the database should be followed by the name of the table separated by '|', ex :\nTest.mdb|[Test table]. 131 Error : %s ! 132 This program is a shareware : you have the right to try it during 30 days. \nAfter that you must pay a fee to the author : \n$ 10 US or 60 French Francs in cash or travelers checks. \nTwo mail adresses : \n \nLionel Allorge - BP 22 - 78470 Saint Rémy lés Chevreuse - FRANCE \n \nLionel Allorge - PO Box 27 - 98295 Sumas, WA - USA \n \nHowever this program remains the property of its author : it cannot be sold and cannot be included into a commercial program without the author's written agreement. \nThis program is given as is. The author cannot be held responsible for any damage or data loss due to the use of this program. \nYou can contact the author via e-mail at the following address : \nlionel.allorge@lunerouge.com 133 The shareware STAT.EXE makes statistics calculations \non fields of a Dbase or Access file. \nYou select a Dbase or Access file as input file and a text file as output file \nand a field or function. \nYou can record this selection in a batch file for later use. \nYou start the process : the Dbase or Access file is sorted on the selected field or function. \nThen the program counts all changes in the value of that field or function. \nThe result is put in a table in the output file which can be read in a word processor. \nThe database file remains unmodified during the process. 134 In batch mode : start the program with the comand line : STAT batch.txt \nwhere batch.txt is a batch file with the names of the files and of the field to be used in the following order : \nThe Dbase or Access file to process, the output file, the string to calculate, ex : \nC:\TEST\test.dbf C:\TEST\test.mdb \nC:\TEST\test.sta C:\TEST\test.sta \nSUBSTR(NAME,1,2) Mid(NAME,1,2) \nThis can be followed by another 3 lines for another process. \nThe empty lines are ignored. \nThe output messages are put in the file : 'Output file for Stat.txt'. 135 The file '%s' allready exist !\nClic on 'Yes' to add this processing to the file\nClic on 'No' to replace it. 1001 DATE() 1002 DEL() 1003 DTOS(*) 1004 LTRIM(*) 1005 STOD(*) 1006 STR(*,1,1) 1007 SUBSTR(*,1,1) 1008 TIME() 1009 TRIM(*) 1010 UPPER(*) 1011 VAL(*) 2001 Date() 2002 LCase(*) 2003 Left(*,1) 2004 LTrim(*) 2005 Mid(*,1,1) 2006 Right(*,1) 2007 RTrim(*) 2008 Str(*) 2009 Time() 2010 Trim(*) 2011 UCase(*) 2012 Val(*)